SftTree/NET 2.0

TreeLineStyle Property, SftTree Class

Softel vdm, Inc.

Defines how tree lines are displayed.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property TreeLineStyle As TreeLineStyleEnum

C#   

public TreeLineStyleEnum TreeLineStyle { get; set; }

C++   

public: property TreeLineStyleEnum TreeLineStyle {
        TreeLineStyleEnum get();
        void set(TreeLineStyleEnum value);
}

Property Value

The tree line style.

TreeLineStyleEnum

Value

Description

None

0

No tree lines are displayed.

AllLevels

1

Tree lines are displayed connecting all levels within the hierarchy.

AllLevelsExcept0

2

Tree lines are displayed connecting all levels within the hierarchy, except items on level 0.

The default value is TreeLineStyleEnum.AllLevels.

Comments

The TreeLineStyle property defines how tree lines are displayed.

The color used for tree lines can be defined using the TreeLineColor property.

TreeLinesPen defines the pen style used to draw tree lines.

Tree lines are only used in the item area and only if a hierarchy column has been defined using ColumnClass.ShowHierarchy.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com